projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c738786
)
(perldb): Fix paren error in call to read-from-minibuffer.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 20:58:57 +0000
(20:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 20:58:57 +0000
(20:58 +0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index 12a96cfee1c46f94c0083ab1f68bc09ddc099b6d..0509ae60ff26c269359077e74fa32bbaf7bb67d2 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-1070,8
+1070,8
@@
and source-file directory for your debugger."
(concat perldb-command-name
" "
(or (buffer-file-name)
- "-e 0")
)
- " ")
+ "-e 0")
+ " ")
)
nil nil
'(gud-perldb-history . 1))))